Aspire's Library

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations

NIMCET Previous Year Questions (PYQs)

NIMCET Organization Of A Computer PYQ


NIMCET PYQ
Debugger is a program that





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
Dynamic RAM (DRAM) stores each bit of data in a separate capacitor. Due to leakage, the stored charge tends to dissipate over time and needs to be refreshed periodically. Consider the following statements:
P: DRAM requires refreshing because it uses capacitors to store bits. 
Q: SRAM does not require refreshing because it uses flip-flops instead of capacitors.
R: DRAM is faster than SRAM because it needs less frequent access.
S: DRAM is more suitable for main memory than SRAM due to its density.





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
In the design of a control unit of a processor, two common approaches are used: hardware control and microprogrammed control. Consider the following statements: 
  1. Hardware control units are generally faster but more difficult to modify than microprogrammed control units. 
  2. In a horizontal microprogrammed control unit, each control signal has a separate bit in the control word. 
  3. Vertical microprogramming leads to longer control words but provides greater parallelism. 
  4. Microprogrammed control units are typically easier to implement and modify than hardware control units.





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
Consider a system with a CPU having 6 registers and 32-bit instructions. The maximum possible size of the main memory is 512 KB ($1K = 2^{10}$). Each instruction takes two registers and one memory address as operands. Which one of the following correctly gives the maximum possible distinct instructions that can be there in the instruction set of the CPU?





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
Match all items in Group 1 with correct options from those given in Group 2.
 GROUP 1 GROUP 2
 P. Intermediate representation 1. Activation records
 Q. Top-down parsing 2. Code generation
 R. Runtime environments 3. Leftmost derivation
 S. Register allocation 4. Graph colouring





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
Consider a system running under two types of workloads: 
(a) CPU-intensive jobs, 
(b) I/O-intensive jobs. Which of the following statements about the relative performance of Interrupt-driven I/O and Programmed I/O is correct?





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2025 PYQ

Solution


NIMCET PYQ
The time required for fetching and execution of one simple machine instruction is known as





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2020 PYQ

Solution


NIMCET PYQ
Consider the program below which uses six temporary variables a, b, c, d, e, and f.
a = 1 
b = 10
c = 20 
d = a + b
e = c + d 
f = c + e 
b = c + e 
e = b + f 
d = 5 + e
return d + f 
Assuming that all the above operations take their operands from registers, the minimum number of registers needed to execute this program without spilling is





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2024 PYQ

Solution

Detailed Register Allocation Analysis

Objective: Determine the minimum number of registers needed to execute the program without spilling.

Live Range Analysis:

  • a: Line 1 → 4
  • b: Line 6 → 7
  • c: Line 3 → 6
  • d: Line 8 → 9
  • e: Line 7 → 8
  • f: Line 5 → 9

Max live variables: 3 (after lines 6 and 7)

✅ Final Answer: 3 registers are required to execute the program without spilling.


NIMCET PYQ
Which of the following components is not a part of an instruction formation in CPU processing?





Go to Discussion

NIMCET Previous Year PYQNIMCET NIMCET 2024 PYQ

Solution

Instruction Formation in CPU Processing

Question: Which of the following is not a part of instruction formation?

Options:

  • Opcode
  • Register file
  • Source operand
  • Destination operand

✅ Correct Answer: Register File

Explanation:

  • Opcode, Source operand, Destination operand — all are part of the instruction format.
  • Register File — a hardware structure that stores registers, but it is not encoded into the instruction.


NIMCET


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

NIMCET


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.

loading...